I just figured out that I can use _CreationDate and _RevisionDate field names to search for a document by creation date or modified date. This is the query string I use to search for all documents that were created after January 10th 2004: "[_CreationDate] > 1/10/2004". Now, I want to run a search to find all document created by certain authors. I can search by authors using the Lotus Notes Client, but how can I find these documents programatically? Thanks for your help in advance....
Go back